projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc549f
)
(telnet): Fix previous change--tentative idea
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 18:15:22 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 18:15:22 +0000
(18:15 +0000)
wasn't fully removed.
lisp/telnet.el
patch
|
blob
|
history
diff --git
a/lisp/telnet.el
b/lisp/telnet.el
index 9ed833b1938aa81c97664a5f9eb6832b10e0e5c4..847187640dbb7062461690494c32b15f96998ccd 100644
(file)
--- a/
lisp/telnet.el
+++ b/
lisp/telnet.el
@@
-183,7
+183,6
@@
rejecting one login and prompting for the again for a username and password.")
Communication with HOST is recorded in a buffer *HOST-telnet*.
Normally input is edited in Emacs and sent a line at a time."
(interactive "sOpen telnet connection to host: ")
- (setq host (comint-canonicalize-args host))
(let* ((comint-delimiter-argument-list '(" " "\t"))
(name (concat (comint-arguments host 0 nil) "-telnet" ))
(buffer (get-buffer (concat "*" name "*"))))